home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1810 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  668 b   |  22 lines

  1. on(press){
  2.    _root.dis = 2;
  3.    if(_root.inven._currentframe == 1)
  4.    {
  5.       if(_root.micon._currentframe == 1 && _root.range == true)
  6.       {
  7.          _root.sfx.gotoAndStop(3);
  8.          _root.take = 42;
  9.          _root.even15 = 3;
  10.          _root.txt_number = 1;
  11.          _root.next_dis1 = 2;
  12.          _root.next_txt1 = "I don\'t know why I\'m even considering taking roadkill with me, it smells so bad and it\'s attracting all the flies.";
  13.       }
  14.       if(_root.micon._currentframe == 2)
  15.       {
  16.          _root.txt_number = 1;
  17.          _root.next_dis1 = 2;
  18.          _root.next_txt1 = "Oh my god the poor little fella got hit...";
  19.       }
  20.    }
  21. }
  22.